home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / oh1aa636.zip / OH1LASER.DRV < prev    next >
Text File  |  1994-01-25  |  419b  |  21 lines

  1. ' ESC codes to the Laserprinters to print Labels with "LAS" labelcode
  2. ' Max 7 Esc commands
  3. '
  4. ' HP LASERJET      E - &l0O - = - &16D - &k4S - &l26A - &l72P
  5. ' CANON LBP-8III   < - [0p  - K - [0 L - [;60 G 
  6. '
  7. ' Reset             #1
  8. E
  9. ' Portrait          #2
  10. &l0O
  11. ' Halflinefeed      #3
  12. =
  13. ' 6 lines / inc     #4
  14. &l6D
  15. ' Pitch 12          #5
  16. &k4S
  17. ' Page size A4      #6
  18. &l26A
  19. ' Page length       #7
  20. &l72P
  21.